3.98.1
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2020 00:38:56 +0000 (20:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2020 01:44:23 +0000 (21:44 -0400)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 95debecb5e44b0c2820003c3b5bf7ae49e7fef2a..a060224a89358be8721d9de69d043a9df232da27 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,6 @@
 Overview of Changes in GTK 3.98.1
 =================================
 
-* revealer: Fix size allocation at small scales
-
-* GL: Share programs between renderers to speed up initialization
-
-* clean up profiler marks
-
-* OS X: Fix OpenGL extension detection
-
 * GtkFileChooser:
  - Remove filename/uri api
  - Drop extra-widget
@@ -16,10 +8,14 @@ Overview of Changes in GTK 3.98.1
  - Remove show-hidden property
  - Remove local-only property
  - Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
+ - The portal file chooser supports selecting folders
 
 * GtkSpinner:
  - Rename active property to spinning
 
+* GtkRevealer:
+ - Fix size allocation at small scales
+
 * GtkPopover:
  - Drop :relative-to, it is always the :parent now
 
@@ -31,15 +27,12 @@ Overview of Changes in GTK 3.98.1
  - Drop margin property
  - Drop gtk_grab_add, gtk_device_grab_add
 
-* GDK:
- - Drop gdk_surface_new_temp
- - Make GdkEvent an immutable boxed type, not an object
- - Remove GdkAtom and property- and selection-related apis
- - Introduce GdkPopup and GdkToplevel interfaces
- - Rename gdk_surface_input_shape_combine_region to
-   gdk_surface_set_input_region
+* GtkTextView:
+ - Support overlines in GtkTextTag
+ - Support visible spaces in GtkTextTag
+ - Support hyphenation control in GtkTextTag
 
-* Broadway: implement scaling
+* Split GtkEventControllerFocus from GtkEventControllerKey
 
 * DND:
  - Fix local DND to avoid serialization
@@ -50,7 +43,23 @@ Overview of Changes in GTK 3.98.1
  - Introduce GtkDropControllerMotion
  - Remove GtkSelectionData
 
-* Split GtkEventControllerFocus from GtkEventControllerKey
+* Performance:
+ - Clean up profiler marks
+ - Share GL programs between renderers
+
+* GDK:
+ - Drop gdk_surface_new_temp
+ - Make GdkEvent an immutable boxed type, not an object
+ - Remove GdkAtom and property- and selection-related apis
+ - Introduce GdkPopup and GdkToplevel interfaces
+ - Implement them in backend-specific surface subtypes
+ - Rename gdk_surface_input_shape_combine_region to
+   gdk_surface_set_input_region
+ - Drop X11-only concepts such as sticky or keep-below
+
+* OS X: Fix OpenGL extension detection
+
+* Broadway: implement scaling
 
 * Translation updates:
  Dutch
index ad4cdd9a64951ddf8d591623d85be5b83f5edfbf..44274a442c26e125926a2757fe5de15154195a0f 100644 (file)
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '3.98.0',
+        version: '3.98.1',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',